Gets input from the user by displaying one or more user input controls.
'Declaration
Public Overloads Function GetUserInput( _
ByVal () As CustomTypeConfig, _
ByVal As IDictionary _
) As IDictionary
'Usage
Dim instance As UserInputManager
Dim inputConfigs() As CustomTypeConfig
Dim properties As IDictionary
Dim value As IDictionary
value = instance.GetUserInput(inputConfigs, properties)
Parameters
- inputConfigs
- Configurations for the user input controls.
- properties
- The properties that the user input controls will edit.
Return Value
A new list of properties that have be edited by the user input controls.
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.